home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / finance / pfloss.exe / INSTALL.DAT < prev    next >
Text File  |  1990-12-04  |  3KB  |  132 lines

  1.  
  2. @DefineProject
  3.         @Name           = "OPERATING PLAN FORECAST"
  4.         @Version        = "1.01 DOS"
  5.         @Subdir         = "\\OP"
  6.     @OutDrive     = Z
  7. @EndProject
  8.  
  9. @Display
  10.     @Cls
  11.  
  12.  
  13.     This program will install @Name Version
  14.     @Version on your computer system and verify the integrity
  15.     of the distribution files. You may press the [Esc] key at
  16.     any time to abort the installation.  INSTALL will ask
  17.     you several questions about your computer hardware
  18.     and then give you the option of installing only selected
  19.     parts of @Name (such as the source code).
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                       @Pause
  26. @EndDisplay
  27. @Display
  28.     @Cls
  29.  
  30.     The installation program used to install @Name,
  31.     INSTALL, is licensed software provided by Knowledge
  32.     Dynamics Corp, Highway Contract 4 Box 185-H,
  33.     Canyon Lake, Texas 78133-3508 (USA), 1-512-964-3994.
  34.     INSTALL is Copyright (c) 1987-1990 by Knowledge
  35.     Dynamics Corp which reserves all copyright protection
  36.     worldwide. INSTALL is provided to you for the excl-
  37.     usive purpose of installing @Name.
  38.     National Business Association is exclusively
  39.     responsible for the support of @Name,
  40.     including support during the installation phase.
  41.     In no event will Knowledge Dynamics Corp be able to
  42.     provide any technical support for @Name.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                       @Pause
  49. @EndDisplay
  50.  
  51. @GetOutDrive
  52.     @CLS
  53.  
  54.     On which disk drive do you wish to install @Name:
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.         Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to
  72.         move the bar to the disk drive you wish to install to and then
  73.         press the [Enter] key.
  74. @EndOutDrive
  75.  
  76. @GetSubdir
  77.     @CLS
  78.  
  79.         Now you need to specify the destination subdirectory where
  80.         the @Name system will be installed, or
  81.         press ENTER to accept default (\OP).
  82.  
  83.     @PROMPT = " Which subdirectory ? "
  84. @EndSubdir
  85.  
  86.  
  87. @DefineDisk
  88.         @LABEL = "DISK"
  89.         @BeginLib INSTALL.LIF
  90.           @File NBA3.SCM
  91.             @Decompress
  92.           @File OPLAN.EXE
  93.             @Decompress
  94.           @File OPTCODE.DBF
  95.             @Decompress
  96.           @File OP_COMP.DBF
  97.             @Decompress
  98.           @File OP_DOR.DBF
  99.             @Decompress
  100.           @File OP_DOR.NTX
  101.             @Decompress
  102.           @File OP_HELP.DBF
  103.             @Decompress
  104.           @File OP_HELP.DBT
  105.             @Decompress
  106.           @File OP_ORIG.DBF
  107.             @Decompress
  108.           @File RUN.BAT
  109.             @Decompress
  110.         @EndLib
  111. @EndDisk
  112.  
  113. @Finish
  114.    @Cls
  115.    Upon pressing 'ENTER' the @Name program will begin
  116.    execution but, only this time.  To start it after this, you will have
  117.    to be in the @Subdir directory of drive @OutDrive and enter 'RUN' (without
  118.    the quote marks).
  119.  
  120.  
  121.  
  122.  
  123.                       @Pause
  124.  
  125.    @ChDrive @OutDrive
  126.    @CHDir "@Subdir"
  127.    @Execute "OPLAN"," "
  128.  
  129. @EndFinish
  130.  
  131. /* end-of-file */
  132.